object Form3: TForm3 Left = 245 Top = 71 BorderIcons = [] BorderStyle = bsSingle Caption = 'Select files or folders to be washed' ClientHeight = 446 ClientWidth = 371 Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 200 Top = 86 Width = 85 Height = 13 Caption = 'Files contained in:' end object Label3: TLabel Left = -119 Top = 208 Width = 96 Height = 13 Caption = 'File Name Wild Card' Visible = False end object BitBtn1: TBitBtn Left = 75 Top = 415 Width = 101 Height = 24 Caption = 'Remove From List' TabOrder = 3 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 189 Top = 415 Width = 75 Height = 24 Caption = 'Done' TabOrder = 2 OnClick = BitBtn2Click end object BitBtn3: TBitBtn Left = 384 Top = 86 Width = 75 Height = 25 Caption = 'Add Folder' TabOrder = 0 OnClick = BitBtn3Click end object ListView1: TListView Left = 3 Top = 320 Width = 362 Height = 89 Color = clWhite Columns = < item Caption = 'Files and Paths that wil be washed:' Width = 357 end> TabOrder = 1 ViewStyle = vsReport end object Edit1: TEdit Left = -199 Top = 82 Width = 182 Height = 21 TabOrder = 4 OnKeyPress = Edit1KeyPress end object Edit2: TEdit Left = -40 Top = 256 Width = 27 Height = 21 TabOrder = 5 Text = '*.*' Visible = False end object Button1: TButton Left = -75 Top = 116 Width = 54 Height = 17 Caption = 'Note' TabOrder = 6 OnClick = Button1Click end object GroupBox2: TGroupBox Left = 0 Top = 1 Width = 369 Height = 127 Caption = 'Option 1: Select a path to be washed' TabOrder = 7 object Label5: TLabel Left = 8 Top = 16 Width = 25 Height = 13 Caption = 'Path:' end object Label4: TLabel Left = 149 Top = 78 Width = 153 Height = 13 Caption = '(Note: Wild card example: *.chk)' end object Label6: TLabel Left = 10 Top = 77 Width = 48 Height = 13 Caption = 'Wild card:' end object Edit4: TEdit Left = 8 Top = 32 Width = 280 Height = 21 TabOrder = 0 end object CheckBox1: TCheckBox Left = 10 Top = 56 Width = 127 Height = 15 Caption = 'Include Subdirectories' TabOrder = 1 end object BitBtn6: TBitBtn Left = 294 Top = 34 Width = 69 Height = 17 Caption = 'Browse' TabOrder = 2 OnClick = BitBtn6Click end object BitBtn7: TBitBtn Left = 115 Top = 98 Width = 146 Height = 24 Caption = 'Add Selected Item' TabOrder = 3 OnClick = BitBtn7Click end object Edit3: TEdit Left = 62 Top = 74 Width = 82 Height = 21 TabOrder = 4 Text = '*.*' end end object GroupBox1: TGroupBox Left = 0 Top = 130 Width = 369 Height = 186 Caption = 'Option 2: Select a file or group of files to be washed' TabOrder = 8 object Label2: TLabel Left = 177 Top = 20 Width = 162 Height = 13 Caption = 'D:\...\programs\working\wwasher' end object FileListBox1: TFileListBox Left = 175 Top = 40 Width = 184 Height = 111 Color = clWhite FileType = [ftReadOnly, ftHidden, ftSystem, ftArchive, ftNormal] ItemHeight = 13 MultiSelect = True TabOrder = 0 OnDblClick = FileListBox1DblClick end object BitBtn4: TBitBtn Left = 214 Top = 155 Width = 104 Height = 25 Caption = 'Add Selected File(s)' TabOrder = 1 OnClick = BitBtn4Click end object DirectoryListBox1: TDirectoryListBox Left = 12 Top = 38 Width = 158 Height = 113 Color = clWhite FileList = FileListBox1 ItemHeight = 16 TabOrder = 2 OnClick = DirectoryListBox1Click end object DriveComboBox1: TDriveComboBox Left = 12 Top = 16 Width = 109 Height = 19 DirList = DirectoryListBox1 TabOrder = 3 OnChange = DriveComboBox1Change end end object AHMFolderBrowser1: TAHMFolderBrowser BrowseCaption = 'Select path to be washed' BrowseFlags = [bifFileSystemDirsOnly, bifStatusText] BrowsePathLabel = False Left = 394 Top = 66 end end